INDIA : +91 7702055576 USA : +1 508-986-9109

Google Cloud Platform

Reference link:- Install Google Cloud Platform

Commands for installing gcp on server

Step 1:- Download Gcp for linux

  curl -O   https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-386.0.0-linux-x86_64.tar.gz

Step 2:-   Installing commands

   tar -xf google-cloud-cli-386.0.0-linux-x86_64.tar.gz

    ./google-cloud-sdk/install.sh

Step 3:-    Initializing gcp in server

    ./google-cloud-sdk/bin/gcloud init

Now accept the  license by press y

4: Login your account for connecting auth login 

   gcloud auth login –no-launch-browser

=>  URL generated after this command Copy this URL on web browser and login your account by accept the all terms and conditions

account
cloud

=> After accept unique key generated this output copied and paste on the putty (server)

Authorization

=> after that your account have been connect with the server

=> Now you can perform all gcloud commands on the server like 

Now when you login your account the its asking to add your credit card details for performing action.

arrow